@charset "utf-8";
.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
font-size:14px;
color: #fff;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: none;
color: #fff;
background:#67a2ec;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 background:url(../images/aa.gif) no-repeat;; /*THEME CHANGE HERE*/
color: #fff;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position: absolute;
	top: 134px;
	/*border: 1px solid #918d8d; THEME CHANGE HERE*/
	font: normal 12px Verdana;
	line-height: 20px;
	z-index: 100;
	visibility: hidden;	
	left: 340px;
	height: 1px;
}

.dropmenudiv_b a{
width: 116px;background:#2C2C2C;
padding: 2px 0;
text-align:center;
text-decoration: none;
color: #137bb4;
display:block;
color:#fff;
margin-bottom:1px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

